home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / managers / mc-3.2 / mc-3 / mc-3.2.1 / xv / xvkeydata.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-17  |  1.5 KB  |  42 lines

  1. /* Definitions for XV_KEY_DATA of different XView objects in Mxc.
  2.    Copyright (C) 1995 Jakub Jelinek.
  3.    
  4.    This program is free software; you can redistribute it and/or modify
  5.    it under the terms of the GNU General Public License as published by
  6.    the Free Software Foundation; either version 2 of the License, or
  7.    (at your option) any later version.
  8.    
  9.    This program is distributed in the hope that it will be useful,
  10.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12.    GNU General Public License for more details.
  13.  
  14.    You should have received a copy of the GNU General Public License
  15.    along with this program; if not, write to the Free Software
  16.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  17.  
  18. #define KEY_DATA_DLG_HEAD    10000
  19. #define KEY_DATA_PANEL_SPLITX   10001
  20. #define KEY_DATA_AREA_TOP    10002
  21. #define KEY_DATA_AREA_LEFT    10003
  22. #define KEY_DATA_AREA_RIGHT    10004
  23. #define KEY_DATA_AREA_BOTTOM    10005
  24.  
  25. #define KEY_DATA_TILE        10006
  26. #define KEY_DATA_HSCROLL    10007
  27. #define KEY_DATA_VSCROLL    10008
  28. #define KEY_DATA_PANEL        10009
  29. #define KEY_DATA_PANEL_LASTITEM    10010
  30. #define KEY_DATA_PANEL_MAXX    10011
  31. #define KEY_DATA_PANEL_MAXY    10012
  32. #define KEY_DATA_DIVISION    10013
  33. #define KEY_DATA_BUTTONBAR_IDX    10014
  34. #define KEY_DATA_SELREQ        10015
  35. #define KEY_DATA_COMMAND    10016
  36. #define KEY_DATA_PANEL_CONTAINER 10017
  37. #define KEY_DATA_BOLD_FONT    10018
  38. #define KEY_DATA_PANEL_MINX    10019
  39. #define KEY_DATA_PANEL_MINY    10020
  40. #define KEY_DATA_VIEW        10021
  41. #define KEY_DATA_CANVAS        10022
  42.